Welcome![Sign In][Sign Up]
Location:
Search - color fill

Search list

[Graph programWangmeng_java347883355

Description: 很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
Platform: | Size: 5767 | Author: 李元俊 | Hits:

[Other resourceliujunpeng03081528

Description: 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多边形。画多边形时可通过颜色菜单选择填充颜色。 3. 填充多边形:按下菜单按钮----填充。填充时可通过颜色菜单选择填充颜色。 4. 重新画一个多边形时需要先点菜单---new,然后再重复1,2,3步。 -experiment : to achieve a polygon scan conversion algorithm filled polygons. Implementation : a can draw arbitrary polygon. 2, as well as through the triangular polygon scan conversion algorithm. Realization : painting polygon with moveto (), LineTo (), two paintings did not function to achieve an edge. Construction ET table, Table AEL, through these two tables filled polygons. Drawing steps : 1. Vertex admitted : n vertices record number, press the mouse started to admit, the second press made the second vertices, i pressed the first time i made its vertex. The vertex put Verex []. 2. Painting polygon : press the menu button-polygon. When painting polygon can be filled with color menu to choose colors. 3. Polygon Filling : press the menu button-filled. When filled with color by color fill
Platform: | Size: 51309 | Author: god | Hits:

[JSP/Javafill

Description: disp() { setTitle(\"扫描线种子填充算法\") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true)
Platform: | Size: 1866 | Author: 李默 | Hits:

[Graph programFloodfill

Description: OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
Platform: | Size: 2048 | Author: 林宏津 | Hits:

[OpenGL program图像分割

Description: 下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
Platform: | Size: 2048 | Author: 张文 | Hits:

[Graph programWangmeng_java347883355

Description: 很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
Platform: | Size: 5120 | Author: 李元俊 | Hits:

[Graph Drawingliujunpeng03081528

Description: 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多边形。画多边形时可通过颜色菜单选择填充颜色。 3. 填充多边形:按下菜单按钮----填充。填充时可通过颜色菜单选择填充颜色。 4. 重新画一个多边形时需要先点菜单---new,然后再重复1,2,3步。 -experiment : to achieve a polygon scan conversion algorithm filled polygons. Implementation : a can draw arbitrary polygon. 2, as well as through the triangular polygon scan conversion algorithm. Realization : painting polygon with moveto (), LineTo (), two paintings did not function to achieve an edge. Construction ET table, Table AEL, through these two tables filled polygons. Drawing steps : 1. Vertex admitted : n vertices record number, press the mouse started to admit, the second press made the second vertices, i pressed the first time i made its vertex. The vertex put Verex []. 2. Painting polygon : press the menu button-polygon. When painting polygon can be filled with color menu to choose colors. 3. Polygon Filling : press the menu button-filled. When filled with color by color fill
Platform: | Size: 51200 | Author: god | Hits:

[File Formatimage

Description: OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割-OPENCV B4.0 incidental FLOOD FILL algorithm source code sample, you can realize a simple color image segmentation
Platform: | Size: 2048 | Author: 二十八画生 | Hits:

[Special EffectsQuickFillDemo_demo

Description: 实现色彩填充的程序,可以做为图像处理的一个中间环节,效果非常理想。-Realize color fill procedures, image processing can be used as a link between the results very satisfactory.
Platform: | Size: 23552 | Author: 孙尧 | Hits:

[OpenGL programOpenGLvase

Description: 用OpenGL花花瓶,可以选择颜色,填充等-Flower vase with OpenGL, you can choose the color, fill, etc.
Platform: | Size: 1229824 | Author: 宿舍 | Hits:

[OtherDraw

Description: 画板,能画点,直线,矩形,进行颜色填充,选择不同的颜色,调整线宽,线型,有右键快捷方式-Sketchpad can draw points, line, rectangle, color fill, select a different color, adjust line width, linear, there are right-shortcuts
Platform: | Size: 116736 | Author: 杨雨情 | Hits:

[JSP/Javafill

Description: disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true) -disp () (setTitle ( scan line seed fill algorithm ) setSize (width, height) setBackground (Color.white) addWindowListener (this) addMouseListener (this) addMouseMotionListener (this) setVisible (true)
Platform: | Size: 2048 | Author: 李默 | Hits:

[Special Effectsfill

Description: 线性填充算法 可自己定义画笔大小、任意画笔及填充颜色。用画笔画任意包含多个闭合区域,可以分别对各个闭合区域进行不同颜色填充-Linear filling algorithm can be their own definition of brush size, arbitrary brush and fill color. Arbitrary strokes with a painting, includes a number of closed areas, can be closed for each region filled with different colors
Platform: | Size: 3072 | Author: 啊德 | Hits:

[Graph DrawingDrawBox

Description: 用WINAPI实现的画图程序,可以绘制直线,矩形,椭圆,多边形,可设定线型和边框色,填充色,简单实现放大,缩小的功能,还有选中,删除的功能。-WINAPI achieved using Paint program, you can draw a straight line, rectangle, ellipse, polygon, line and borders can be set color, fill color, simple to achieve amplification, reduced function, as well as select, delete functions.
Platform: | Size: 69632 | Author: waleking | Hits:

[Dialog_Windowlistboxbg-color

Description: 一个实例,实例中实现LISTBOX的背景颜色的改变,并且可实现背景用位图来填充的效果,对大家有用-An example of instances LISTBOX realize the background color changes, and realize the background can be used to fill the bitmap effect, useful for everyone
Platform: | Size: 2296832 | Author: lifu | Hits:

[GUI DevelopContour

Description: 一个很好的等值线绘图程序,包括等值线追踪,颜色填充等-A good contour mapping procedures, including contour tracking, color fill, etc.
Platform: | Size: 125952 | Author: wangyun | Hits:

[Graph DrawingScan-line-seed-fill

Description: 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
Platform: | Size: 1397760 | Author: 王上册 | Hits:

[ARM-PowerPC-ColdFire-MIPSmyucos_sram_lcd

Description: stm32F10X ili9340驱动 FSMC接口 实现了颜色填充和选择区域填充 可以显示图片 字库还没有添加-stm32F10X ili9340 FSMC interface of the drive and select area fill color fill can display pictures do not add character
Platform: | Size: 4842496 | Author: neo | Hits:

[Dialog_Windowcontour-and-fill

Description: 用于地学绘制等值线图 及颜色填充,填充效果非常好-Geoscience for contour mapping and color fill, filling effect is very good
Platform: | Size: 5832704 | Author: 张兆桥 | Hits:

[Othercolor draw

Description: 压缩包主要讲解了两种在平面上绘制具有颜色填充区域的程序,为初学者学习及论文撰写者出图提供一定帮助(The compressed package mainly explains two kinds of programs that draw the color fill area on the plane, that can provide some help for the beginner's study and help the researchers to draw.)
Platform: | Size: 1024 | Author: 小本子 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net